projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e6c4e4
)
* time-stamp.el (time-stamp-time-zone): Add safe-local-variable property.
author
Dan Nicolaescu
<dann@ics.uci.edu>
Thu, 3 Jan 2008 06:44:43 +0000
(06:44 +0000)
committer
Dan Nicolaescu
<dann@ics.uci.edu>
Thu, 3 Jan 2008 06:44:43 +0000
(06:44 +0000)
lisp/time-stamp.el
patch
|
blob
|
history
diff --git
a/lisp/time-stamp.el
b/lisp/time-stamp.el
index 7316e6db75a3794e4667db0de1ff8770147e00cc..82a523103699c5b5d624a22ee3ef2e619db4d34d 100644
(file)
--- a/
lisp/time-stamp.el
+++ b/
lisp/time-stamp.el
@@
-128,7
+128,7
@@
Format is the same as that used by the environment variable TZ on your system."
:type '(choice (const nil) string)
:group 'time-stamp
:version "20.1")
-
+;;;###autoload(put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p)
;;; Do not change time-stamp-line-limit, time-stamp-start,
;;; time-stamp-end, time-stamp-pattern, time-stamp-inserts-lines,